Welcome![Sign In][Sign Up]
Location:
Search - system hook

Search list

[Windows Develophook源码

Description: 一个简单的系统钩子代码-a simple code system hook
Platform: | Size: 550953 | Author: 金中军 | Hits:

[OtherHook系统服务隐藏端口源码及示例程序

Description: Hook系统服务隐藏端口源码及示例程序-Hook System hidden source ports and sample program
Platform: | Size: 22528 | Author: | Hits:

[Windows Develophook源码

Description: 一个简单的系统钩子代码-a simple code system hook
Platform: | Size: 550912 | Author: 金中军 | Hits:

[Hook apiSysHook_C++_Src

Description: 很简单的c++做system hook的例子,值得参考-Very simple c++ example of making system hook, is worth consulting
Platform: | Size: 83968 | Author: 何必 | Hits:

[Crack HackHook和hotKey

Description: 这份资料是关于Windows系统的勾子编程的详细介绍,希望大家喜欢。-this information on the Windows system is a hook detailed description of the program, hope you like them.
Platform: | Size: 36864 | Author: 王浩 | Hits:

[Hook apiWindowsAPIhook

Description: Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
Platform: | Size: 175104 | Author: 杨先生 | Hits:

[Hook apiHook 系统服务隐藏端口源码及示例

Description: 这是一个Hook 系统服务隐藏端口源码及示例,希望对大家有所帮助-This is a hidden system services Hook port and source examples, we hope to help
Platform: | Size: 34816 | Author: 赵郁馨 | Hits:

[Hook apiPaladin_demo

Description: HookAPI is the API SDK that sets up system wide hooks for all windows platforms. It could easily hook 32-bit windows system APIs or 32-bit user-defined DLL. It could be used easily and all you need to do is write a DLL file named mydll.dll or mydll_9x.dll. It is based on ApiSpy32 by Yariv Kaplan. -HookAPI SDK is the API system that sets up wi de hooks for all windows platforms. It could EAS ons hook 32-bit windows system APIs or 32-bit us er-defined DLL. It could be used easily and all y ou need to do is write a DLL file named mydll.dll o r mydll_9x.dll. It is based on ApiSpy32 by Yariv Kaplan.
Platform: | Size: 510976 | Author: l | Hits:

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[Driver DevelophookX

Description: 驱动层Hook系统内核调用的,拦截对进程的操作的源码,提供7步tutorial,步步为营,教学驱动编程的绝好样例-Hook-driven system kernel called the interception of the process of operation of the source. provide seven-step tutorial and step-by-step business, teaching driven programming excellent example
Platform: | Size: 251904 | Author: 诚然 | Hits:

[Hook apiLowLevelHook

Description: 系统钩子文件 c++ 的全局 系统钩子 -system hook c document the overall system hook
Platform: | Size: 55296 | Author: curt | Hits:

[Hook apiHOOK_class

Description: 系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a function of loading hook HookTermProApp Application procedures
Platform: | Size: 115712 | Author: | Hits:

[Hook apiKeyBoardHook

Description: 一个监控键盘按键的程序,利用系统钩子实现-A keystroke monitoring procedures, use of the system hook realize
Platform: | Size: 35840 | Author: 小石头 | Hits:

[Hook apiEnumHook2.0

Description: 这是一个钩子检测,枚举程序,可以发现系统中安装了哪些钩子.然后你就可以卸载它了. 这个rar包含原EnumHook工程,但原工程是用RadAsm2.2.1.1汉语增强版编译的,是汇编源代码,我将它重写成c++源码,这样就有利于进一步的开发了.-This is a hook detection, enumeration procedures, can be found which is installed on the system hook. And then you can uninstall it. EnumHook the rar contains the original works, but the original project is the enhanced version with Chinese RadAsm2.2.1.1 compiled, is a compilation of source code, I re-wrote it c++ source, so there is conducive to further development of the.
Platform: | Size: 68608 | Author: fdsa | Hits:

[Hook apiHook

Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: | Size: 796672 | Author: 程娃 | Hits:

[Hook apimouseapihook

Description: 键盘、鼠标等硬件的应用程序,利用系统的钩子截获相关数据的程序-Keyboard, mouse and other hardware applications, the use of the system hook intercepted data procedures
Platform: | Size: 249856 | Author: zhu | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[CSharpSystemHooks

Description: C# 系统级Hook,调用系统system hook-C# System-level Hook, call the system hook system
Platform: | Size: 154624 | Author: zf | Hits:

[Hook apiCeApiSpy

Description: 这是一个运行在Windows CE上的API监测工具,可以HOOK系统API,当前Hook了CreateFile, CreateProcess, Loadlibary函数,用户可以很方便的添加自己希望Hook德函数-This is a run on Windows CE on the API monitoring tool, you can HOOK system API, the current Hook the CreateFile, CreateProcess, Loadlibary function, users can easily add your own hope Tak Hook function
Platform: | Size: 4239360 | Author: ChenMin | Hits:

[DocumentsSystem hook

Description: How to create system hook RUS
Platform: | Size: 6144 | Author: Fershal | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net